home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / rem23.arc / WHATSNEW.23 < prev   
Text File  |  1991-02-19  |  1KB  |  41 lines

  1. A BRIEF HISTORY OF REMIND:
  2.  
  3. Version 1.0 - never publicly released.
  4.  
  5. Version 2.0 - first public release.  Included advanced date specifications,
  6. character substitution, and the RUN keyword.
  7.  
  8. Version 2.1 - Added the "repeat" token for repeating reminders with a period
  9. other than 7 days.  Also fixed some bugs from version 2.0
  10.  
  11. Version 2.2 - Added the AT keyword, the timed reminders daemon, and the
  12. calendar facility.
  13.  
  14. Version 2.2 - Patch 3  - Added the MSG or RUN tokens in an OMIT command; also
  15. allowed RUN-type reminders to be explicitly included in the calendar by
  16. using the %" escape sequence.
  17.  
  18. Version 2.2 - Patch 5 - Added the BEFORE, AFTER and SKIP tokens to make the
  19. handling of holidays more sensible.  Also corrected a few more bugs.
  20.  
  21. Version 2.3 - Added the UNTIL keyword for forcing reminders to expire.
  22.  
  23. Added the "++" form of 'back' and the "--" form of 'delta' for
  24. ignoring OMIT information.
  25.  
  26. Added the CLEAR-OMIT-CONTEXT, PUSH-OMIT-CONTEXT and POP-OMIT-CONTEXT
  27. keywords for isolating personal or peculiar reminders from the global
  28. OMIT context.
  29.  
  30. Speeded up the parsing of tokens.
  31.  
  32. Changed the source to recognize and exploit ANSI-C compilers which
  33. accept function prototypes.
  34.  
  35. Added the "-n" option to output the next occurrence of each reminder
  36. in SimpleCalendar format
  37.  
  38. Modified the calendar and SimpleCalendar formats so that the % escape
  39. substitutions ARE performed.
  40.  
  41.